PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / isRequired Method
In This Topic
    isRequired Method
    In This Topic
    Gets a value indicating whether the field is required.
    Syntax
    public boolean isRequired()

    Return Value

    True if the field shall have a value at the time it is exported by a submit-form action
    See Also